home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
catn
/
raise.n
< prev
next >
Wrap
Text File
|
1994-09-20
|
1KB
|
67 lines
raise(n) Tk Commands 3.3
_________________________________________________________________
NAME
raise - Change a window's position in the stacking order
SYNOPSIS
raise _w_i_n_d_o_w ?_a_b_o_v_e_T_h_i_s?
_________________________________________________________________
DESCRIPTION
If the _a_b_o_v_e_T_h_i_s argument is omitted then the command raises
_w_i_n_d_o_w so that it is above all of its siblings in the stack-
ing order (it will not be obscured by any siblings and will
obscure any siblings that overlap it). If _a_b_o_v_e_T_h_i_s is
specified then it must be the path name of a window that is
either a sibling of _w_i_n_d_o_w or the descendant of a sibling of
_w_i_n_d_o_w. In this case the raise command will insert _w_i_n_d_o_w
into the stacking order just above _a_b_o_v_e_T_h_i_s (or the ances-
tor of _a_b_o_v_e_T_h_i_s that is a sibling of _w_i_n_d_o_w); this could
end up either raising or lowering _w_i_n_d_o_w.
KEYWORDS
obscure, raise, stacking order
Tk 1